@charset "utf-8";
/* css reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
html {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}
body {
  font: 14px/1.5 'Microsoft Yahei', '微软雅黑', Arial, Tahoma, Helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  margin: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0;
}
img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input[type=date] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
/* WebKit browsers */
::-webkit-input-placeholder {
  color: #bdcfeb;
  font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #bdcfeb;
  font-size: 16px;
  opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #bdcfeb;
  font-size: 16px;
  opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #bdcfeb;
  font-size: 16px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  color: #124dbf;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #014099 !important;
}
/*a:hover{
    text-decoration:underline;
}*/
/*common*/
*:focus {
  outline: none;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/* if the element is block level(eg. div, li), using 'inline-any' instead */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动*/
.clear {
  *zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
.mul {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mul3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*-------------------------------- font -------------------------------------*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h46 {
  font-size: 46px;
}
@media (max-width: 1599px) {
  .h24 {
    font-size: 22px;
  }
  .h26 {
    font-size: 24px;
  }
  .h30 {
    font-size: 28px;
  }
  .h34 {
    font-size: 32px;
  }
  .h36 {
    font-size: 34px;
  }
  .h42 {
    font-size: 36px;
  }
  .h46 {
    font-size: 38px;
  }
  .mul3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h30 {
    font-size: 26px;
  }
  .h34 {
    font-size: 28px;
  }
  .h36 {
    font-size: 28px;
  }
  .h42 {
    font-size: 30px;
  }
  .h46 {
    font-size: 32px;
  }
  .mul3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .h16 {
    font-size: 16px;
  }
  .h18 {
    font-size: 18px;
  }
  .h20 {
    font-size: 20px;
  }
  .h22 {
    font-size: 22px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h34 {
    font-size: 28px;
  }
  .h36 {
    font-size: 30px;
  }
  .h46 {
    font-size: 34px;
  }
  .mul3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/*-------------------------------- 显示隐藏 ----------------------------------*/
.phone-show {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* 显示隐藏 */
  .pc-show {
    display: none;
  }
  .phone-show {
    display: block;
  }
}
/* 5列 栅格*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* 页面宽度 */
@media (min-width: 1260px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1340px) {
  .container {
    width: 1254px;
  }
}
@media (min-width: 1399px) {
  .container {
    width: 1254px;
  }
}
@media (min-width: 1499px) {
  .container {
    width: 1254px;
  }
}
@media (min-width: 1560px) {
  .container {
    width: 1254px;
  }
}
@media (min-width: 1660px) {
  .container {
    width: 1254px;
  }
}
@keyframes topThen {
  0% {
    margin-top: 6px;
  }
  50% {
    margin-top: 14px;
  }
  100% {
    margin-top: 6px;
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  100% {
    opacity: 1 ;
    -webkit-transform: scale(1);
  }
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/* main css */
.img-box {
  overflow: hidden;
}
.img-box img {
  transform: scale(1);
  width: auto;
  max-width: 100%;
  transition: all ease 0.3s;
}
.img-box:hover img {
  transform: scale(1.05);
}
.wrapper {
  /*max-width: 1920px;*/
  overflow: hidden;
}
#pages {
  width: 100%;
  font-size: 16px;
  clear: both;
  border-top: dotted 0px #cccccc;
  overflow: hidden;
  padding-top: 35px;
  text-align: center;
}
#pages a,
#pages a:visited,
#pages a:hover {
  height: 50px;
  background: #ecf4ff;
  color: #286ecc;
  padding: 0 20px;
  display: inline-block;
  line-height: 50px;
  border-radius: 1px;
}
#pages span {
  background: #286ecc;
  height: 50px;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  border-radius: 1px;
}
#pages a:hover,
#pages a.curr,
#pages a.curr:visited,
#pages a:hover {
  background: #286ecc;
  color: #fff !important;
}
.header {
  width: 100%;
}
.header .header-box {
  background: url(ihns_bg01.png) center center no-repeat;
  height: 190px;
  background-size: cover;
}
.header .header-box .header-wrap .img-logo {
  display: inline-block;
  padding-top: 55px;
}
.header .header-box .header-wrap .header-list {
  padding-top: 20px;
}
.header .header-box .header-wrap .header-list li.line {
  margin: 0 5px;
  color: #829cbe;
  font-size: 14px;
}
.header .header-box .header-wrap .header-list li {
  float: left;
}
.header .header-box .header-wrap .header-list li a {
  color: #829cbe;
  font-size: 14px;
}
.header .header-box .header-wrap .header-search {
  margin-top: 50px;
}
.header .header-box .header-wrap .header-search .search-box input {
  line-height: 30px;
  height: 32px;
  border-radius: 28px;
  background: #fff;
  width: 230px;
  padding: 0 15px;
  color: #bdcfeb;
  height: 32px;
}
.header .header-box .header-wrap .header-search .search-box span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(ihns_icon01.png) center center no-repeat;
}
.header .navbar {
  background: #286ecc;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  min-height:40px;
}
.header .navbar .navbar-nav > li.open > a {
  background: #014099;
}
.header .navbar .navbar-nav > li > a {
  font-size: 18px;
  color: #fff;
  font-weight:700;
  padding: 17px 10px;
}
.header .navbar .navbar-nav > li > a:hover,
.header .navbar .navbar-nav > li > a:focus {
  background: #014099;
  color: #fff !important;
}
.header .navbar .navbar-nav > li.dropdown .dropdown-menu {
  background: #014099;
  margin: 0;
  padding: 0;
  border: none;
}
.header .navbar .navbar-nav > li.dropdown .dropdown-menu li a {
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.header .navbar .navbar-collapse {
  padding: 0;
}
.header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .navbar .navbar-collapse .navbar-nav:after,
.header .navbar .navbar-collapse .navbar-nav:before {
  display: none;
}
.section {
  width: 100%;
}
.section .bgee {
  background: #eef5ff;
  margin-top: 50px;
  padding-bottom: 60px;
}
.section .bg05 {
  background: url(ihns_bg05.png) center center no-repeat;
  background-size: cover ;
}
.section .section-box .section-title {
  margin-bottom: 30px;
  padding-left: 60px;
  font-size: 20px;
  background: url(ihns_icon02.png) 0 center no-repeat;
}
.section .section-box .section-title.white {
  padding-left: 0;
  background: none;
}
.section .section-box .section-title.white span {
  color: #fff;
  font-size: 24px;
}
.section .section-box .section-title.white a.more {
  color: #fff;
}
.section .section-box .section-title.white span.active {
  color: #fff;
}
.section .section-box .section-title span {
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
.section .section-box .section-title span.active {
  font-size: 24px;
  color: #286ecc;
  padding-right: 5px;
}
.section .section-box .section-title > a.more {
  font-size: 16px;
  color: #666;
  float: right;
  padding-right: 60px;
  background: url(ihns_icon05.png) right center no-repeat;
}
.section .section-box .swiper-box {
  margin-top: 40px;
}
.section .section-box .swiper-box .img-box img {
  width: 100%;
  max-height: 610px;
}
.section .section-box .swiper-box .swiper-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
  background: url(ihns_bg02.png) 0 0 repeat-x;
}
.section .section-box .swiper-box .swiper-bottom .des {
  width: 100%;
  padding: 50px 40px 25px 40px;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 2px 2px 5px #333333;
}
.section .section-box .swiper-box .swiper-pagination {
  width: auto;
  right: 33px;
  left: auto;
  bottom: 2%;
}
.section .section-box .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.section .section-box .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  height: 6px;
  background: #5a9cf6;
}
.section .section-box .news-box {
  margin-top: 50px;
}
.section .section-box .news-box .section-cont .notice-list li {
  margin-bottom: 28px;
  min-height: 60px;
}
.section .section-box .news-box .section-cont .notice-list li a.tit {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  padding-left: 75px;
  display: inline-block;
  font-weight: 700;
  color: #444;
}
.section .section-box .news-box .section-cont .notice-list li a.tit:hover {
  font-size: 16px;
  color: #286ecc;
}
.section .section-box .news-box .section-cont .notice-list li .time {
  display: block;
  width: 60px;
  height: 60px;
  background: #286ecc;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 8px;
}
.section .section-box .news-box .section-cont .notice-list li .time a.b {
  border: 2px solid #94b7e6;
  display: block;
  width: 52px;
  height: 52px;
}
.section .section-box .news-box .section-cont .notice-list li .time a.b i {
  font-style: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.section .section-box .news-box .section-cont .news-switch {
  display: none;
}
.section .section-box .news-box .section-cont .news-switch a.more {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  top: -60px;
  padding-right: 60px;
  background: url(ihns_icon05.png) right center no-repeat;
}
.section .section-box .news-box .section-cont .news-switch.active {
  display: block;
}
.section .section-box .news-box .section-cont .news-switch .img-box {
  width: 260px;
  position: absolute;
  left: 0;
  top: 0;
}
.section .section-box .news-box .section-cont .news-switch .img-box span {
  display: block;
}
.section .section-box .news-box .section-cont .news-switch .img-box span.title {
  font-size: 18px;
  color: #444444;
  margin-top: 15px;
}
.section .section-box .news-box .section-cont .news-switch .img-box span.time {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
.section .section-box .news-box .section-cont .news-switch .news-list {
  padding-left: 280px;
}
.section .section-box .news-box .section-cont .news-switch .news-list li.active {
  background: url(ihns_icon03.png) 0 center no-repeat;
}
.section .section-box .news-box .section-cont .news-switch .news-list li.active a {
  font-weight: 700;
}
.section .section-box .news-box .section-cont .news-switch .news-list li {
  padding-left: 20px;
  margin-bottom: 18px;
  background: url(ihns_icon04.png) 0 center no-repeat;
}
.section .section-box .news-box .section-cont .news-switch .news-list li:last-child {
  margin-bottom: 0;
}
.section .section-box .news-box .section-cont .news-switch .news-list li a {
  font-size: 16px;
  color: #444;
  display: block;
  width: 82%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.section .section-box .news-box .section-cont .news-switch .news-list li span.time {
  float: right;
  color: #777;
  font-size: 14px;
}
.section .section-box .yugao-box a.img-box {
  display: block;
  height: 330px;
}
.section .section-box .yugao-box a.img-box img {
  position: absolute;
  left: 3px;
  top: 3px;
  max-width: 199px;
  box-shadow: 0px 0px 6px 0px darkslategrey;
}
.section .section-box .yugao-box a.img-box .yugao-wrap {
  margin-top: 25px;
  padding-top: 15px;
  padding-left: 189px;
  height: 255px;
  background: #286ecc;
}
.section .section-box .yugao-box a.img-box .yugao-wrap .yugao {
  width: 190px;
  height: 225px;
  margin-left: 30px;
  padding: 15px;
  border: 2px solid #fff;
}
.section .section-box .yugao-box a.img-box .yugao-wrap .yugao .tit {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  word-break: break-all;
}
.section .section-box .yugao-box a.img-box .yugao-wrap .yugao .time {
  position: absolute;
  bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  left: 15px;
}
.section .section-box .zp_list li {
  margin-bottom: 15px;
  line-height: 26px;
}
.section .section-box .zp_list li:last-child {
  margin-bottom: 0;
}
.section .section-box .zp_list li span.time {
  font-size: 16px;
  color: #286ecc;
  position: absolute;
}
.section .section-box .zp_list li a {
  font-size: 16px;
  color: #444444;
  display: inline-block;   /* 适配360浏览器兼容模式 */
  max-height: 50px;        /* 适配360浏览器兼容模式 */
  display: -webkit-box;
  text-indent: 10.4rem;
}
.section .section-box .zp_list li.active a {
  font-weight:700;
}
.section .section-box .zp_list li.active a:before {
  content: " ";
}
.section .section-box .book-box {
  margin-top: 100px;
}
.section .section-box .book-box .section-cont li:nth-child(1) a .abs .book-wrap .bg {
  background: url(ihns_icon07.png) center center no-repeat;
}
.section .section-box .book-box .section-cont li:nth-child(1) a:hover .abs .book-wrap .bg {
  background: url(ihns_icon06.png) center center no-repeat;
}
.section .section-box .book-box .section-cont li:nth-child(2) a .abs .book-wrap .bg {
  background: url(ihns_icon09.png) center center no-repeat;
}
.section .section-box .book-box .section-cont li:nth-child(2) a:hover .abs .book-wrap .bg {
  background: url(ihns_icon08.png) center center no-repeat;
}
.section .section-box .book-box .section-cont li:nth-child(3) a .abs .book-wrap .bg {
  background: url(ihns_icon11.png) center center no-repeat;
}
.section .section-box .book-box .section-cont li:nth-child(3) a:hover .abs .book-wrap .bg {
  background: url(ihns_icon10.png) center center no-repeat;
}
.section .section-box .book-box a:hover .abs {
  background: url(ihns_bg04.png) center center no-repeat;
}
.section .section-box .book-box a:hover .abs .book-wrap {
  border: 2px solid #699adb;
}
.section .section-box .book-box a:hover .abs .book-wrap .tit {
  color: #fff;
}
.section .section-box .book-box a img {
  max-width:100%;
}
.section .section-box .book-box a .abs {
  padding: 12px 8px 12px 18px;
  width: 157px;
  right: 0;
  top: 0;
  height: 177px;
  text-align: center;
  background: url(ihns_bg03.png) center center no-repeat;
  background-size: cover !important;
}
.section .section-box .book-box a .abs .book-wrap {
  display: inline-block;
  width: 120px;
  height: 152px;
  border: 2px solid rgba(40, 110, 204, 0.3);
}
.section .section-box .book-box a .abs .book-wrap .tit {
  font-size: 18px;
  line-height: 40px;
  color: #286ecc;
  margin-top: 15px;
  display: inline-block;
}
.section .section-box .book-box a .abs .book-wrap .bg {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 15px;
}
.section .section-box .qikan-list li {
  margin-bottom: 20px;
}
.section .section-box .qikan-list li:hover .qikan-box {
  background: #286ecc;
}
.section .section-box .qikan-list li:hover .qikan-box .qikan .tit {
  color: #fff;
}
.section .section-box .qikan-list li:hover .qikan-box .qikan .des {
  color: #fff;
}
.section .section-box .qikan-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 154px;
}
.section .section-box .qikan-list li .qikan-box {
  padding-left: 122px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  height: 152px;
  transition: all ease 0.25s;
  box-shadow: 0px 0px 10px 0px rgba(40, 68, 107, 0.28);
}
.section .section-box .qikan-list li .qikan-box .qikan {
  border: 2px solid #b7cff0;
  height: 126px;
  padding: 10px;
}
.section .section-box .qikan-list li .qikan-box .qikan .tit {
  font-size: 16px;
  color: #444444;
  display: block;
}
.section .section-box .qikan-list li .qikan-box .qikan .des {
  font-size: 15px;
  line-height: 30px;
  color: #777777;
  display: block;
  margin-top: 10px;
}
.section .section-box .link-box {
  padding-bottom: 45px;
  border-bottom: 1px solid #adccf6;
}
.section .section-box .link-list li {
  float: left;
  width: 50%;
}
.section .section-box .link-list li a {
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}
.section .section-box .link-list li a:hover {
  color: #e5b41f !important;
}
.juzhen .modal {
  display: none;
  position: fixed;
  z-index: 200;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.juzhen .modal .Mclose {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.juzhen .modal .modal-content {
  margin: auto;
  animation-name: zoom;
  animation-duration: 0.6s;
  display: block;
  height: 80%;
  max-height: fit-content;
}
.juzhen .modal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 50px;
}
.juzhen .img-box img {
  max-width: 145px;
}
.footer {
  background: url(ihns_bg06.png) no-repeat left bottom #385da3;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-logo img {
  width: 100%;
  max-width: 250px;
}
.footer .footer-logo-02 {
  text-align: right;
}
.footer .footer-info .info-txt {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.footer .footer-info .info-txt a,
.footer .footer-info .info-txt span {
  display: inline-block;
}
.footer .footer-info .info-links {
  margin-bottom: 10px;
}
.other-style {
  margin-top: 40px;
  padding-bottom: 40px;
}
.other-style .reloge .news-list {
  border-bottom: none !important;
}
.other-style .left-aside h2 {
  background: url(ihns_bg07.png) center center no-repeat;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  padding: 20px 24px 20px 26px;
  background-size: cover;
}
.other-style .left-aside ul li.active {
  background: #286ecc;
}
.other-style .left-aside ul li.active a {
  color: #fff;
  background: url(ihns_icon12.png) 0 center no-repeat;
}
.other-style .left-aside ul li.active a:hover {
  color: #fff !important;
}
.other-style .left-aside ul li {
  background: #ecf4ff;
  border-top: 2px solid #fff;
}
.other-style .left-aside ul li a {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #286ecc;
  font-weight: 700;
  padding: 13px 30px;
}
.other-style .section-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5b41f;
  background-position: 0 0 !important;
}
.other-style .section-title a.more {
  margin-top: 6px;
}
.other-style .position {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
}
.other-style .contont * {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
  max-width: 100%;
}
.other-style .contont table *{
  margin-bottom:0;
}
.other-style .other-list .people-list {
  overflow: hidden;
  border-bottom: 1px solid #ecf4ff;
}
.other-style .other-list .people-list li {
  margin-bottom: 40px;
}
.other-style .other-list .people-list li a {
  display: block;
}
.other-style .other-list .people-list li a img {
  width: auto;
  height: 100%;
  transition: all 0.3s;
  box-shadow: inset 0 0 1px 1px #286ecc47;
  padding: 2px;
}
.other-style .other-list .people-list li a.peo-img {
  width: 100%;
  height: 215px;
  overflow: hidden;
}
.other-style .other-list .people-list li a.name {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #286ecc;
  padding-bottom: 10px;
  min-height:75px;
}
.other-style .other-list .people-list li a.zw {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.other-style .other-list .zhuan-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #ecf4ff;
}
.other-style .other-list .zhuan-list .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fcfcfc;
}
.other-style .other-list .zhuan-list .table-striped > tbody > tr:nth-of-type(even) {
  background: #ecf4ff;
}
.other-style .other-list .zhuan-list table thead tr {
  background: #286ecc;
}
.other-style .other-list .zhuan-list table thead tr th {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
}
.other-style .other-list .zhuan-list table tbody tr td {
  font-size: 16px;
  padding: 15px 0;
  border-color: #fff;
}
.other-style .other-list .news-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #ecf4ff;
}
.other-style .other-list .news-list li {
  margin-bottom: 8px;
  padding-left: 20px;
  background: url(ihns_icon04.png) 0 center no-repeat;
}
.other-style .other-list .news-list li:first-child {
  background: url(ihns_icon03.png) 0 center no-repeat;
}
.other-style .other-list .news-list li:first-child a {
  font-weight: 700;
}
.other-style .other-list .news-list li:nth-child(5n) {
  margin-bottom: 35px;
}
.other-style .other-list .news-list li:last-child {
  margin-bottom: 10px;
}
.other-style .other-list .news-list li a {
  font-size: 16px;
  line-height: 28px;
  color: #444444;
}
.other-style .other-list .news-list li a.byt{
  width: 88%;
}
.other-style .other-list .news-list li a.noT{
  width: 100%;
}
.other-style .other-list .news-list li a.line{
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.other-style .other-list .news-list li span.time {
  color: #777777;
  font-size: 14px;
  float: right;
  margin-top: 5px;
}
.other-style .people-detail {
  padding-bottom: 40px;
}
.other-style .people-detail .peo-ifm {
  padding: 25px;
  background: #ecf4ff;
  height: 281px;
}
.other-style .people-detail .peo-ifm .info-d li {
  color: #286ecc;
  font-size: 16px;
  margin-bottom: 5px;
}
.other-style .people-detail .peo-ifm img {
  height: 230px;
  float: right;
}
.other-style .people-detail .peo-ifm h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #286ecc;
  line-height: 40px;
}
.other-style .people-detail .peo-ifm h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #1C77D4;
  line-height: 40px;
}
.other-style .people-detail .peo-ifm ul {
  margin-top: 30px;
}
.other-style .people-detail .peo-ifm ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 30px;
}
.other-style .people-detail .peo-about {
  margin-top: 25px;
}
.other-style .people-detail .peo-about h4 {
  font-size: 18px;
  font-weight: 700;
  color: #286ecc;
  line-height: 30px;
  padding: 15px 25px;
  background: #EFF8FF;
  border-left: 5px solid #286ecc;
}
.other-style .people-detail .peo-about div.cont {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 30px;
}
.other-style .detail-box h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #444444;
  font-weight: 700;
}
.other-style .detail-box .info-box {
  margin: 30px 0;
}
.other-style .detail-box .info-box span {
  margin: 0 15px;
  color: #666;
}
.com-style .position {
  position: inherit;
  transform: translateY(0);
  margin-bottom: 20px;
}
@media(min-width: 1340px){  
  .section .section-box .book-box a img{
    max-width:100%;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box{
    width:280px;
    max-height: 360px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box img {
    max-height: 240px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box span.title{
    font-size:16px;
  }
  .section .section-box .news-box .section-cont .news-switch .news-list{
    padding-left:310px;
  }
  .section .section-box .news-box .section-cont .notice-list li a.tit {
    display: inline-block;  /* 适配兼容模式 */
    max-height: 55px;       /* 适配兼容模式 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section .section-box .qikan-list li .qikan-box .qikan .des{
    font-size:14px;
    line-height:22px;
  }
  .section .section-box .yugao-box a.img-box img{
    max-width: 55%;
  }.section .section-box .yugao-box a.img-box img {
    position: absolute;
    left: 2px;
    top: 5px;
    max-width: 203px;
    box-shadow: 0px 0px 6px 0px darkslategrey;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap{
    padding-left: 46%;
    height: 300px;
    margin-top: 8px;
    margin-left: 3px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao{
    width: 80%;
    padding:10px;
    height: 270px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao .tit{
    font-size: 18px;
    font-weight:400;
    line-height:28px;
  }
  .section .section-box .zp_list li a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media(min-width: 1200px) and (max-width: 1339px){
  
  .section .section-box .news-box .section-cont .news-switch .img-box{
    width:280px;
    max-height: 360px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box img {
    max-height: 240px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box span.title{
    font-size:16px;
  }
  .section .section-box .news-box .section-cont .news-switch .news-list{
    padding-left:310px;
  }
  .section .section-box .news-box .section-cont .notice-list li a.tit {
    font-weight: 400;
    display: inline-block;  /* 适配兼容模式 */
    max-height: 55px;       /* 适配兼容模式 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section .section-box .yugao-box a.img-box img{
    max-width: 55%;
  }.section .section-box .yugao-box a.img-box img {
    position: absolute;
    left: 0px;
    top: 5px;
    max-width: 200px;
    box-shadow: 0px 0px 6px 0px darkslategrey;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap{
    padding-left: 47%;
    height: 300px;
    margin-top: 5px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao{
    width: 80%;
    padding:10px;
    height: 270px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao .tit{
    font-size: 18px;
    font-weight:400;
    line-height:28px;
  }
  .section .section-box .qikan-list li .qikan-box .qikan .des{
    font-size:14px;
    line-height:22px;
  }
  .section .section-box .book-box a img{
    max-width:100%;
  }
  .section .section-box .zp_list li a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  .header .header-box {
    height: 160px;
  }
  .header .navbar .navbar-nav > li > a{
    font-size: 16px;
    padding: 10px 9px;
  }
  .header-wrap img{
    max-width:540px;
  } 
  .other-style div.col-md-2 {
    padding: 0 10px;
  }
  .other-style .left-aside h2{
    padding: 18px 15px 18px 17px;
    font-size: 22px;
  }
  .other-style .left-aside ul li a {
    padding: 11px 10px 11px 19px;
  }
  .section .section-box .book-box a img{
    display:none;
  }
  .section .section-box .book-box a .abs{
    width:100%;
  }
  .section .section-box .swiper-box .swiper-bottom .des{
    font-size:20px;
    padding: 45px 30px 15px 30px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box{
    width:215px;
    max-height: 360px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box img {
    max-height: 240px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box span.title{
    font-size:16px;
  }
  .section .section-box .news-box .section-cont .news-switch .news-list{
    padding-left:240px;
  }
  .section .section-box .news-box .section-cont .news-switch .news-list li a{
    width:75%;
  }
  .section .section-box .news-box .section-cont .notice-list li a.tit{
    font-weight:400;
    line-height:28px;
    display: inline-block;  /* 适配兼容模式 */
    max-height: 55px;       /* 适配兼容模式 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section .section-box .qikan-list li .qikan-box .qikan .des{
    display:none;
  }
  .section .section-box .yugao-box a.img-box img{
    top: 41px;
    max-width: 153px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao .time{
    bottom: 5px;
    font-size: 16px;
    left: 10px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao{
    width: 79%;
    height: 232px;
    padding: 9px;
  }.section .section-box .yugao-box a.img-box .yugao-wrap {
    height: 262px;
    padding-left: 130px;
  }
  .section .section-box .zp_list li a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .yugao-box .col-md-6{
    padding: 0 5px;
    margin-bottom: 7px;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .header .header-box {
    height: 148px;
  }
  .other-style div.col-md-2 {
    position: fixed;
    right: -190px;
    z-index: 10;
    top: 20%;
    padding: 0;
    min-width: 190px;
    transition: all ease 0.23s;
  }
  .other-style .left-aside h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
  }
  .other-style .left-aside ul li a {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 400;
  }
  .other-style .left-aside ul:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 28px;
    height: 55px;
    background: url(aside_icon05_2022gz.png) no-repeat center;
    background-color: #286ecc;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-60%);
  }
  .other-style div.col-md-2.open .left-aside ul:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 28px;
    height: 55px;
    background: url(aside_icon06_2022gz.png) no-repeat center;
    background-color: #286ecc;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-60%);
  }
  .header-wrap img{
    max-width:480px;
  }
  .header .header-box .header-wrap .header-list{
    position: absolute;
    left: 5%;
    top: 0;
    padding-top: 15px;
  }
  .header .navbar .navbar-nav > li > a{
    font-size:14px;
    padding:10px 3px;
  }
  .header .navbar .navbar-nav > li.dropdown .dropdown-menu li a{
    font-size:14px;
  }
  .section .section-box .swiper-box .swiper-bottom .des{
    width:100%;
    padding: 40px 17px 14px 20px;
    font-size:18px;
    text-shadow: 2px 2px 5px black;
  }
  .section .section-box .swiper-box .swiper-pagination{
    width:100%;
    right:0;
  }
  .section .section-box .swiper-box .swiper-pagination .swiper-pagination-bullet{
    width:30px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box{
    position:inherit;
    width:100%;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box span.time{
    margin-top:15px;
  }
  .section .section-box .news-box .section-cont .news-switch .news-list{
    padding-left:0;
    margin-top:25px;
  }
  .section .section-box .news-box{
    margin-top:0;
  }
  .news-box-wrap{
    margin-top:40px;
  }
  .yugao-box .col-sm-6{
    padding: 0 5px;
    margin-bottom: 7px;
  }
  .section .section-box .yugao-box a.img-box img{
    top: 7px;
    max-width: 195px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao .time{
    bottom: 5px;
    font-size: 16px;
    left: 10px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao{
    width: 79%;
    height: 231px;
    padding: 9px;
  }.section .section-box .yugao-box a.img-box .yugao-wrap {
    height: 261px;
    padding-left: 178px;
    margin-left: 3px;
  }
  /* 
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao{
    width: 92%;
    height: 130px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap {
    height: 160px;
  }
  .section .section-box .yugao-box .col-md-6{
    margin-top:30px;
  } */
  .section .section-box .book-box{
    margin-top:50px;
  }
  .section .section-box .book-box a img{
    height:160px;
  }
  .section .section-box .book-box a .abs .book-wrap{
    border:none;
    width: 100%;
    height: 100%;
  }
  .section .section-box .book-box a .abs{
    width:120px;
    height:160px;
    right:-3px;
  }
  .section .section-box .book-box a .abs .book-wrap .tit{
    margin-top:0;
  }
  .section .section-box .book-box a .abs .book-wrap .bg{
    margin-top:25px;
  }
  .news-zt-box-s{
    margin-top:50px;
  }
  .juzhen .img-box img{
    margin-bottom:30px;
  }
  .footer .footer-logo{
    text-align:center;
    margin-bottom:30px;
  }
  .footer .footer-info .info-txt{
    text-align:center;
  }
  .footer .footer-logo-02{
    text-align:center;
  }
}
/* phones less than 767px */
@media (max-width: 767px) {
  #FlAD img { width:120px; } .FlADimg { width:120px; }
.header .header-box {
    height: auto;
  }
  .section .section-box .book-box a .abs{
    height:100%;
  }
  .section .section-box .book-box a .abs .book-wrap{
    height:100%;
  }
  .header .header-box .header-wrap {
    padding: 0 15px;
    position: relative;
  }
  .header .header-box .header-wrap .img-logo img {
    width: 100%;
  }
  .header .header-box .header-wrap .header-list {
    position: absolute;
    left: 15px;
    top: 0;
    padding-top: 15px;
  }
  .header .header-box .header-wrap .header-search {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    margin: 0;
    display: block;
  }
  .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(3) {
    display: none;
  }
  .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(2) {
    transform: rotateZ(45deg) translateX(5px);
  }
  .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(4) {
    transform: rotateZ(-45deg) translateX(5px);
  }
  .header .navbar .navbar-nav > li.dropdown > a {
    background: url(sklp_list.png) 95% center no-repeat;
  }
  .section .section-box .swiper-box {
    margin-top: 15px;
  }
  .section .section-box .swiper-box .swiper-bottom {
    position: inherit;
    background: #666;
    padding: 5px 10px 20px 10px;
  }
  .section .section-box .swiper-box .swiper-bottom .des {
    padding: 0;
    font-size: 16px;
    height: 26px;
    line-height: 22px;
  }
  .section .section-box .swiper-box .swiper-pagination {
    bottom: 4px;
    width: 100%;
    right: auto;
  }
  .section .section-box .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .section .section-box {
    padding: 0 15px;
  }
  .section .section-box .section-title span.active {
    font-size: 20px;
  }
  .section .section-box .section-title span {
    font-size: 18px;
  }
  .section .section-box .section-title {
    padding-left: 50px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box {
    width: 100%;
    position: inherit;
  }
  .section .section-box .news-box.zhuanti-swiper{
    padding-bottom:30px;
  }
  .section .section-box .news-box .section-cont .news-switch a.more {
    top: -35px;
    font-size: 14px;
  }
  .section .section-box .news-box {
    margin-top: 30px;
  }
  .section .section-box .news-box .news-box-wrap {
    margin-top: 15px;
  }
  .section .section-box .news-box .section-cont .news-switch .news-list {
    padding-left: 0;
    margin-top: 15px;
  }
  .section .section-box .news-box .section-cont .news-switch .img-box span.time {
    margin-top: 15px;
  }
  .section .section-box .news-box .section-cont .news-switch .news-list li a {
    white-space: inherit;
    width: 100%;
  }
  .section .section-box .news-box .section-cont .news-switch .news-list li {
    background-position: 0 8px !important;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .section .section-box .yugao-box a.img-box {
    height: auto;
  }
  .section .section-box .yugao-box a.img-box img {
    display: none;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap {
    padding: 10px;
    height: auto;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .section .section-box .yugao-box a.img-box .yugao-wrap .yugao {
    width: 100%;
    margin-left: 0;
    height: auto;
    padding-bottom: 40px;
  }
  .section .section-box .news-box .news-box-wrap .zp_list {
    padding-bottom: 30px;
  }
  .section .section-box .book-box ul > li.col-md-4 {
    margin-bottom: 25px;
  }
  .section .bgee {
    margin-top: 30px;
  }
  .section .bgee .news-box li.col-md-3 {
    margin-bottom: 20px;
  }
  .section .section-box .qikan-list li .qikan-box .qikan .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section .section-box .news-box .news-box-wrap .juzhen li.col-md-3.col-xs-6 {
    margin-bottom: 25px;
  }
  .footer {
    padding: 0 15px;
  }
  .footer .footer-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer .footer-info {
    text-align: center;
  }
  .footer .logo-01 {
    text-align: center;
  }
  .juzhen .modal .modal-content {
    max-width: 50%;
    height: auto;
  }
  .other-style div.col-md-2 {
    position: fixed;
    right: -200px;
    z-index: 10;
    top: 20%;
    padding: 0;
    min-width: 200px;
    transition: all ease 0.23s;
  }
  .other-style .left-aside h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
  }
  .other-style .left-aside ul li a {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 400;
  }
  .other-style .left-aside ul:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 28px;
    height: 55px;
    background: url(aside_icon05_2022gz.png) no-repeat center;
    background-color: #286ecc;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-60%);
  }
  .other-style div.col-md-2.open .left-aside ul:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 28px;
    height: 55px;
    background: url(aside_icon06_2022gz.png) no-repeat center;
    background-color: #286ecc;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-60%);
  }
  .other-style .other-list .news-list li a.byt{
    width: 100%;
  }
  .other-style .other-list .news-list li a.line {
    white-space: ;
  }
  .other-style .position {
    position: inherit;
    transform: none;
    margin-top: 10px;
  }
  #more {
    width: 100%;
    background: #286ecc;
    display: block;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
  }
  .other-style .people-detail .peo-ifm {
    height: auto;
  }
  .other-style .people-detail .peo-ifm img {
    float: none;
  }
  .other-style .people-detail .peo-ifm ul {
    margin-top: 10px;
  }
  .other-style .people-detail .peo-ifm h2 {
    display: block;
    margin-top: 20px;
  }/* 
  .header .header-box .header-wrap .header-list li:nth-child(1),
  .header .header-box .header-wrap .header-list li:nth-child(2),
  .header .header-box .header-wrap .header-list li:nth-child(3),
  .header .header-box .header-wrap .header-list li:nth-child(4){
    display:none;
  } */
  .other-style .contont *{
    font-size: 17px;
  }
  .other-style .contont img{
    max-width:100%;
    width:auto;
    height:auto;
  }
}
#headerxs{
  display: none;
}
/* phones less than 460px */
@media (max-width: 460px) {
  body {
    min-width: 290px;
  }
  #headerxs{
    display: block;
  }
  #headermlg{
    display: none;
  }
}

/* 0423修改  */
.new-link{padding-top:5px;}
.new-link .dropdown{background:#4185e0;padding: 11px 20px;border-radius:2px;}
.new-link .dropdown button{font-size: 18px;font-weight: 700;color: #fff;width:100%;text-align:left;position:relative;}
.new-link .dropdown button .caret{position: absolute;right: 0;top: 50%;transform: translateY(-50%);border-right: 8px solid transparent;border-top: 8px solid #e5b41f;border-left: 8px solid transparent;}
.new-link .dropdown .dropdown-menu{
  /* width:100%; */
  width: auto;
  margin-top:0;
}
.new-link .dropdown .dropdown-menu a{
  padding:3px 20px;font-size:16px;
} 
.new-right{overflow: hidden;display: flex;justify-content: flex-start;flex-direction: row-reverse;align-items: center;}
.new-right li{float:right;}
.new-right li:nth-child(2n){margin:0 20px;}
.new-right li img{width:100%;}
.zhuanti-swiper .swiper-button-prev{
  width: 30px;
  height: 30px;
  left: -45px;
  background: url(news-list03.png) center center no-repeat;
  background-size:cover;
}
.zhuanti-swiper .swiper-button-next{
  width: 30px;
  height: 30px;
  right: -45px;
  background: url(news-list04.png) center center no-repeat;
  background-size:cover;
}
.other-style .other-list .news-list.video-list li:first-child{
  background:none;
}
.other-style .other-list .news-list.video-list li{
  background:none;
  margin-bottom:15px;
}
.news-list.video-list .video-icon{
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-list.video-list .video-title{
  display:inline-block;
  margin-top:10px;
  font-weight:700;
  min-height:60px;
}
.contont .TRS_Editor a{
  color:#286ecc;
}
@media (max-width: 991px) {
  .new-link .dropdown{margin-bottom:15px;}
  .new-link{padding-top:40px;}
  .new-right{justify-content:space-between;margin-top:30px;}
  .new-right li{float:left;}
  .other-style div.col-md-3 {
    position: fixed;
    right: -200px;
    z-index: 10;
    top: 20%;
    padding: 0;
    min-width: 200px;
    transition: all ease 0.23s;
  }
  .other-style .left-aside h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
  }
  .other-style .left-aside ul li a {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 400;
  }
  .other-style .left-aside ul:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 28px;
    height: 55px;
    background: url(aside_icon05_2022gz.png) no-repeat center;
    background-color: #286ecc;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-60%);
  }
  .other-style div.col-md-3.open .left-aside ul:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 28px;
    height: 55px;
    background: url(aside_icon06_2022gz.png) no-repeat center;
    background-color: #286ecc;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-60%);
  }
  .other-style .position{
    position: inherit;
    font-size: 14px;
    transform: translateY(0);
    margin-top: 25px;
  }
}